Fix printing full descriptions on --verbose
authorAlex Crichton <alex@alexcrichton.com>
Tue, 20 Jan 2015 16:07:26 +0000 (08:07 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 20 Jan 2015 16:22:55 +0000 (08:22 -0800)
commit205bd1d25b5f4d5c3d0e0b80e7d0a56958aff79d
treea7d56dc38b0aba95a446711586c3910a3c96c017
parent838f4b6a70eeb86170850d6d59e2bbbf8e13f28b
Fix printing full descriptions on --verbose

Previously an error's description was not printed at all if it was not a "human
error". This alters the logic to always print the description on --verbose, as
well as ensuring that --verbose is suggested if this is the case and we're not
verbose.

Closes #1201
src/cargo/lib.rs